HomeSort by relevance Sort by last modified time
    Searched refs:Computation (Results 76 - 92 of 92) sorted by null

1 2 34

  /external/tensorflow/tensorflow/compiler/xla/tests/
batch_normalization_test.cc 22 #include "tensorflow/compiler/xla/client/computation.h"
129 Computation add = CreateScalarAddComputation(F32, &builder);
144 Computation add = CreateScalarAddComputation(F32, &builder);
171 Computation add = CreateScalarAddComputation(F32, &builder);
    [all...]
concat_test.cc 21 #include "tensorflow/compiler/xla/client/computation.h"
43 StatusOr<Computation> computation_status = builder.Build();
75 StatusOr<Computation> computation_status = builder.Build();
413 StatusOr<Computation> computation_status = builder.Build();
pad_test.cc 452 Computation add = CreateScalarAddComputation(FloatType(), &b);
tuple_test.cc 20 #include "tensorflow/compiler/xla/client/computation.h"
288 Computation tuple_computation;
reshape_test.cc 23 #include "tensorflow/compiler/xla/client/computation.h"
648 Computation computation = builder.Build().ConsumeValueOrDie(); local
655 ->ExecuteAndTransfer(computation, {input.get()}, &execution_options)
806 Computation computation = builder.Build().ConsumeValueOrDie(); local
    [all...]
scalar_computations_test.cc 367 Computation div_computation;
408 Computation rem_computation;
    [all...]
reduce_window_test.cc 271 Computation reduce_fn = b->BuildAndNoteError();
594 auto computation = param.reducer == kAdd local
600 /*computation=*/computation,
1230 auto computation = param.reducer == kAdd local
    [all...]
array_elementwise_ops_test.cc     [all...]
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.go 88 // "Fast CRC Computation for iSCSI Polynomial Using CRC32 Instruction"
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.go 88 // "Fast CRC Computation for iSCSI Polynomial Using CRC32 Instruction"
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.h 896 for (const auto &Computation : KnownComputations) {
898 Computation.second.Instr->dump(Func);
    [all...]
IceTargetLoweringARM32.h     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
service.cc 67 // Records the arguments used to invoke a computation in a SessionModule
83 // Records the result of a computation in a SessionModule proto.
179 tensorflow::Status Service::Computation(const ComputationRequest* arg,
182 return InvalidArgument("computation request needs a name");
187 VLOG(1) << Printf("Created new computation %s on service %p, name %s",
188 result->computation().ShortDebugString().c_str(), this,
222 "Shape used to set computation result layout %s is not compatible "
229 "Shape used to set computation result layout %s does not have layout",
252 "argument %lu is on device %s:%d but computation will be executed "
273 return InvalidArgument("computation takes %d parameters, but %zu given"
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
int.go 534 // Design and Implementation of Symbolic Computation Systems, pp 45-58.
  /prebuilts/go/linux-x86/src/math/big/
int.go 534 // Design and Implementation of Symbolic Computation Systems, pp 45-58.
  /prebuilts/go/darwin-x86/src/runtime/
mgc.go 22 // Concurrency and Computation: Practice and Experience 15(3-5), 2003.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgc.go 22 // Concurrency and Computation: Practice and Experience 15(3-5), 2003.
    [all...]

Completed in 364 milliseconds

1 2 34