Caffe
Network Configuration
TensorOp
namespace bmnet {
class TensorOp {
public:
int input_shape_size();
int output_shape_size();
const TensorShape& input_shape(int index);
const TensorShape& output_shape(int index);
TensorShape* add_output_shape();
u64 global_input(int index);
u64 global_output(int index);
TGCustomizedParameter* mutable_tg_customized_param();
const TGCustomizedParameter& tg_customized_param();
};
}TensorOp::input_shape_size
TensorOp::output_shape_size
TensorOp::input_shape
TensorOp::output_shape
TensorOp::add_output_shape
TensorOp::global_input
TensorOp::global_output
TensorOp::mutable_tg_customized_param
TensorOp::tg_customized_param
CustomizedCaffeLayer
CustomizedCaffeLayer::layer_name
CustomizedCaffeLayer::dump
CustomizedCaffeLayer:: setup
CustomizedCaffeLayer::codegen
CustomizedCaffeLayer::add_output_offset
CustomizedCaffeLayer::layer_
CustomizedTensorFixedInst
CustomizedTensorFixedInst::inst_name
CustomizedTensorFixedInst::dump
CustomizedTensorFixedInst::encode
CustomizedTensorFixedInst::get_global_neuron_base
CustomizedTensorFixedInst::get_global_weight_base
CustomizedTensorFixedInst::op_
TGCustomizedParamter
TGCustomizedParamter::i32_param_size
TGCustomizedParamter::f32_param_size
TGCustomizeParamter::i32_param
TGCustomizeParamter::f32_param
TGCustomizeParamter::add_i32_param
TGCustomizeParamter::add_f32_param
TensorShape
TensorShape::dim_size
TensorShape::dim
TensorShape::add_dim
TensorShape::CopyFrom
CaffeBuilder
CaffeBuilder::CaffeBuilder
CaffeBuilder::Builder
CaffeBuilder::store_prototxt
CaffeBuilder::store_model
CaffeBuilder::addCustomizedLayer
CaffeBuilder::addCustomizedTensorInst
Last updated