Home
last modified time | relevance | path

Searched refs:const_values (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h257 value_map const_values; // immediate constants key -const value (uint32_t) variable
Dsb_shader.cpp345 value *val = get_ro_value(const_values, VLK_CONST, v); in get_const_value()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc756 std::vector<Tensor> const_values(ic->num_inputs()); in UpdateNode() local
793 const_values[dst_input].FromProto(*tensor_proto)) { in UpdateNode()
794 input_tensors[dst_input] = &const_values[dst_input]; in UpdateNode()
822 MaybeTensorValueToShape(ic, const_values[dst_input], in UpdateNode()