HomeSort by relevance Sort by last modified time
    Searched full:function_def (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
shape_refiner.h 202 // Performs shape inference for the given function_def within the
208 // - number of inputs/outputs on outer_context doesn't match the function_def
214 Status InferShapesForFunction(const tensorflow::FunctionDef* function_def,
shape_refiner.cc 132 const tensorflow::FunctionDef* function_def, bool keep_nested_shapes,
135 auto it = functions_.find(function_def);
141 *function_def, outer_context->get_context()->attrs(),
152 functions_[function_def].reset(new_graph);
181 for (const auto& node_def : function_def->node_def()) {
    [all...]
  /external/tensorflow/tensorflow/core/framework/
graph_def_util_test.cc 246 FunctionDef* function_def = graph_def.mutable_library()->add_function(); local
247 function_def->mutable_signature()->set_name("F");
249 function_def->add_node_def()->set_op(op);
dataset.h 173 const FunctionDef* function_def = lib_def->Find(function_name); local
174 if (!function_def) {
178 for (const NodeDef& node_def : function_def->node_def()) {
  /external/tensorflow/tensorflow/c/eager/
c_api_test.cc 798 string function_def = MatMulFunction(); local
799 TFE_ContextAddFunctionDef(ctx, function_def.data(), function_def.size(),
839 string function_def = MatMulFunction(); local
840 TFE_ContextAddFunctionDef(ctx, function_def.data(), function_def.size(),
    [all...]
c_api.cc 893 tensorflow::FunctionDef function_def; local
    [all...]
  /external/tensorflow/tensorflow/python/eager/
function.py 278 function_def = function_pb2.FunctionDef()
279 function_def.ParseFromString(compat.as_bytes(proto_data))
282 self.definition = function_def
283 self.name = function_def.signature.name
284 self.signature = function_def.signature
    [all...]
  /external/tensorflow/tensorflow/python/framework/
meta_graph.py 478 for function_def in meta_graph_def.graph_def.library.function:
479 op_name_to_function[function_def.signature.name] = function_def
503 for function_def in meta_graph_def.graph_def.library.function:
504 for function_node_def in function_def.node_def:
    [all...]
meta_graph_test.py 231 for function_def in meta_graph_def.graph_def.library.function:
232 for node_def in function_def.node_def:
    [all...]
function.py 331 # List of placeholders for the function_def.
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseTextureClampTests.cpp 160 "<FUNCTION_DEF>\n"
861 replaceToken("<FUNCTION_DEF>", functionDef.c_str(), fragment);
    [all...]

Completed in 156 milliseconds